Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseDeclCXX.cpp389 SourceLocation UsingLoc = ConsumeToken(); in ParseUsingDirectiveOrDeclaration() local
429 SourceLocation UsingLoc, in ParseUsingDirective()
494 SourceLocation UsingLoc, in ParseUsingDeclaration()
2359 SourceLocation UsingLoc = ConsumeToken(); in ParseCXXClassMemberDeclaration() local
/external/clang/lib/AST/
DDeclCXX.cpp2043 SourceLocation UsingLoc, in Create()
2136 SourceLocation UsingLoc, in Create()
2161 SourceLocation UsingLoc, in Create()
/external/clang/include/clang/AST/
DDeclCXX.h2552 SourceLocation UsingLoc; variable
2575 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc, in UsingDirectiveDecl()
3022 SourceLocation UsingLoc, in UnresolvedUsingValueDecl()
3101 UnresolvedUsingTypenameDecl(DeclContext *DC, SourceLocation UsingLoc, in UnresolvedUsingTypenameDecl()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp7539 SourceLocation UsingLoc, in ActOnUsingDirective()
7641 SourceLocation UsingLoc, in ActOnUsingDeclaration()
8035 SourceLocation UsingLoc, in BuildUsingDeclaration()
8275 bool Sema::CheckUsingDeclRedeclaration(SourceLocation UsingLoc, in CheckUsingDeclRedeclaration()
8333 bool Sema::CheckUsingDeclQualifier(SourceLocation UsingLoc, in CheckUsingDeclQualifier()
8503 SourceLocation UsingLoc, in ActOnAliasDeclaration()
9077 SourceLocation UsingLoc = getUsingLoc(Ctor->getParent()); in inherit() local
9145 void declareCtor(SourceLocation UsingLoc, const CXXConstructorDecl *BaseCtor, in declareCtor()