Home
last modified time | relevance | path

Searched defs:UsingLoc (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Parse/
DParseDeclCXX.cpp383 SourceLocation UsingLoc = ConsumeToken(); in ParseUsingDirectiveOrDeclaration() local
423 SourceLocation UsingLoc, in ParseUsingDirective()
488 SourceLocation UsingLoc, in ParseUsingDeclaration()
2316 SourceLocation UsingLoc = ConsumeToken(); in ParseCXXClassMemberDeclaration() local
/external/clang/lib/AST/
DDeclCXX.cpp2027 SourceLocation UsingLoc, in Create()
2120 SourceLocation UsingLoc, in Create()
2145 SourceLocation UsingLoc, in Create()
/external/clang/include/clang/AST/
DDeclCXX.h2558 SourceLocation UsingLoc; variable
2581 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc, in UsingDirectiveDecl()
3028 SourceLocation UsingLoc, in UnresolvedUsingValueDecl()
3107 UnresolvedUsingTypenameDecl(DeclContext *DC, SourceLocation UsingLoc, in UnresolvedUsingTypenameDecl()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp7515 SourceLocation UsingLoc, in ActOnUsingDirective()
7617 SourceLocation UsingLoc, in ActOnUsingDeclaration()
8006 SourceLocation UsingLoc, in BuildUsingDeclaration()
8246 bool Sema::CheckUsingDeclRedeclaration(SourceLocation UsingLoc, in CheckUsingDeclRedeclaration()
8304 bool Sema::CheckUsingDeclQualifier(SourceLocation UsingLoc, in CheckUsingDeclQualifier()
8488 SourceLocation UsingLoc, in ActOnAliasDeclaration()
9050 SourceLocation UsingLoc = getUsingLoc(Ctor->getParent()); in inherit() local
9118 void declareCtor(SourceLocation UsingLoc, const CXXConstructorDecl *BaseCtor, in declareCtor()