Home
last modified time | relevance | path

Searched defs:IdentLoc (Results 1 – 8 of 8) sorted by relevance

/external/clang/lib/Parse/
DParseDeclCXX.cpp64 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
DParseDecl.cpp3396 SourceLocation IdentLoc = ConsumeToken(); in ParseEnumBody() local
/external/clang/lib/AST/
DDeclCXX.cpp1833 SourceLocation IdentLoc, in Create()
1892 SourceLocation IdentLoc, in Create()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp5335 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()
DSemaStmt.cpp362 Sema::ActOnLabelStmt(SourceLocation IdentLoc, LabelDecl *TheDecl, in ActOnLabelStmt()
DTreeTransform.h1047 StmtResult RebuildLabelStmt(SourceLocation IdentLoc, LabelDecl *L, in RebuildLabelStmt()
/external/clang/include/clang/Sema/
DDeclSpec.h1075 SourceLocation IdentLoc; member
/external/clang/include/clang/AST/
DStmt.h765 SourceLocation IdentLoc; variable