Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseDeclCXX.cpp71 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
DParseDecl.cpp4103 SourceLocation IdentLoc = ConsumeToken(); in ParseEnumBody() local
/external/clang/include/clang/AST/
DDeclCXX.h2578 SourceLocation IdentLoc, in UsingDirectiveDecl()
2662 SourceLocation IdentLoc; variable
2674 SourceLocation IdentLoc, NamedDecl *Namespace) in NamespaceAliasDecl()
DStmt.h778 SourceLocation IdentLoc; variable
/external/clang/lib/AST/
DDeclCXX.cpp1971 SourceLocation IdentLoc, in Create()
2047 SourceLocation IdentLoc, in Create()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp7170 SourceLocation IdentLoc, in ActOnStartNamespaceDef()
7512 SourceLocation IdentLoc, in TryNamespaceTypoCorrection()
7542 SourceLocation IdentLoc, in ActOnUsingDirective()
8043 SourceLocation IdentLoc = NameInfo.getLoc(); in BuildUsingDeclaration() local
8653 SourceLocation IdentLoc, in ActOnNamespaceAliasDef()
DSemaStmt.cpp460 Sema::ActOnLabelStmt(SourceLocation IdentLoc, LabelDecl *TheDecl, in ActOnLabelStmt()
DSemaDecl.cpp9912 Sema::ActOnCXXForRangeIdentifier(Scope *S, SourceLocation IdentLoc, in ActOnCXXForRangeIdentifier()
DTreeTransform.h1145 StmtResult RebuildLabelStmt(SourceLocation IdentLoc, LabelDecl *L, in RebuildLabelStmt()
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp1206 SMLoc IdentLoc = Tok.getLoc(); in ParseIntelExpression() local
/external/clang/include/clang/Sema/
DDeclSpec.h1158 SourceLocation IdentLoc; member