Searched refs:IsSimpleMicrosoftDeclSpec (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1934 bool IsSimpleMicrosoftDeclSpec(IdentifierInfo *Ident);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp361 bool Parser::IsSimpleMicrosoftDeclSpec(IdentifierInfo *Ident) { function in class:Parser
584 if (IsString || IsSimpleMicrosoftDeclSpec(AttrName))

Completed in 106 milliseconds