Searched defs:IdentLoc (Results 1 – 11 of 11) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseDeclCXX.cpp | 71 SourceLocation IdentLoc; in ParseNamespace() local 209 void Parser::ParseInnerNamespace(std::vector<SourceLocation> &IdentLoc, in ParseInnerNamespace() 281 SourceLocation IdentLoc = ConsumeToken(); in ParseNamespaceAlias() local 448 SourceLocation IdentLoc = SourceLocation(); in ParseUsingDirective() local
|
D | ParseDecl.cpp | 4192 SourceLocation IdentLoc = ConsumeToken(); in ParseEnumBody() local
|
/external/clang/include/clang/AST/ |
D | DeclCXX.h | 2644 SourceLocation IdentLoc, in UsingDirectiveDecl() 2728 SourceLocation IdentLoc; variable 2740 SourceLocation IdentLoc, NamedDecl *Namespace) in NamespaceAliasDecl()
|
D | Stmt.h | 790 SourceLocation IdentLoc; variable
|
/external/clang/lib/AST/ |
D | DeclCXX.cpp | 2035 SourceLocation IdentLoc, in Create() 2127 SourceLocation IdentLoc, in Create()
|
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 7334 SourceLocation IdentLoc, in ActOnStartNamespaceDef() 7677 SourceLocation IdentLoc, in TryNamespaceTypoCorrection() 7707 SourceLocation IdentLoc, in ActOnUsingDirective() 8241 SourceLocation IdentLoc = NameInfo.getLoc(); in BuildUsingDeclaration() local 8898 SourceLocation IdentLoc, in ActOnNamespaceAliasDef()
|
D | SemaStmt.cpp | 461 Sema::ActOnLabelStmt(SourceLocation IdentLoc, LabelDecl *TheDecl, in ActOnLabelStmt()
|
D | SemaDecl.cpp | 10262 Sema::ActOnCXXForRangeIdentifier(Scope *S, SourceLocation IdentLoc, in ActOnCXXForRangeIdentifier()
|
D | TreeTransform.h | 1157 StmtResult RebuildLabelStmt(SourceLocation IdentLoc, LabelDecl *L, in RebuildLabelStmt()
|
/external/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 1299 SMLoc IdentLoc = Tok.getLoc(); in ParseIntelExpression() local
|
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 1181 SourceLocation IdentLoc; member
|