Searched defs:IdentLoc (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseDeclCXX.cpp | 64 SourceLocation IdentLoc; in ParseNamespace() local 182 void Parser::ParseInnerNamespace(std::vector<SourceLocation>& IdentLoc, in ParseInnerNamespace() 249 SourceLocation IdentLoc = ConsumeToken(); in ParseNamespaceAlias() local 394 SourceLocation IdentLoc = SourceLocation(); in ParseUsingDirective() local
|
D | ParseDecl.cpp | 3396 SourceLocation IdentLoc = ConsumeToken(); in ParseEnumBody() local
|
/external/clang/lib/AST/ |
D | DeclCXX.cpp | 1833 SourceLocation IdentLoc, in Create() 1892 SourceLocation IdentLoc, in Create()
|
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 5335 SourceLocation IdentLoc, in ActOnStartNamespaceDef() 5706 SourceLocation IdentLoc, in TryNamespaceTypoCorrection() 5737 SourceLocation IdentLoc, in ActOnUsingDirective() 6144 SourceLocation IdentLoc = NameInfo.getLoc(); in BuildUsingDeclaration() local 6666 SourceLocation IdentLoc, in ActOnNamespaceAliasDef()
|
D | SemaStmt.cpp | 362 Sema::ActOnLabelStmt(SourceLocation IdentLoc, LabelDecl *TheDecl, in ActOnLabelStmt()
|
D | TreeTransform.h | 1047 StmtResult RebuildLabelStmt(SourceLocation IdentLoc, LabelDecl *L, in RebuildLabelStmt()
|
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 1075 SourceLocation IdentLoc; member
|
/external/clang/include/clang/AST/ |
D | Stmt.h | 765 SourceLocation IdentLoc; variable
|