Searched defs:IsExtension (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/Lex/ |
H A D | Lexer.cpp | 1546 isMathematicalExtensionID(uint32_t C,const LangOptions & LangOpts,bool IsStart,bool & IsExtension) isMathematicalExtensionID() argument 1560 isAllowedIDChar(uint32_t C,const LangOptions & LangOpts,bool & IsExtension) isAllowedIDChar() argument 1588 isAllowedInitiallyIDChar(uint32_t C,const LangOptions & LangOpts,bool & IsExtension) isAllowedInitiallyIDChar() argument 1745 bool IsExtension; diagnoseInvalidUnicodeCodepointInIdentifier() local 1773 bool IsExtension = false; tryConsumeIdentifierUCN() local 1824 bool IsExtension = false; tryConsumeIdentifierUTF8Char() local 1860 bool IsExtension = false; LexUnicodeIdentifierStart() local [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaCXXScopeSpec.cpp | 578 bool AcceptSpec = isAcceptableNestedNameSpecifier(SD, &IsExtension); in BuildCXXNestedNameSpecifier() local 320 isAcceptableNestedNameSpecifier(const NamedDecl * SD,bool * IsExtension) isAcceptableNestedNameSpecifier() argument
|
H A D | DeclSpec.cpp | 490 BadSpecifier(T TNew,T TPrev,const char * & PrevSpec,unsigned & DiagID,bool IsExtension=true) BadSpecifier() argument 1005 bool IsExtension = true; SetTypeQual() local
|
H A D | SemaOverload.cpp | 14568 bool IsExtension = CreateOverloadedBinOp() local
|