Searched refs:UsingLocation (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclCXX.h2760 SourceLocation UsingLocation; member in class:clang::UsingDecl
2780 UsingLocation(UL), QualifierLoc(QualifierLoc),
2786 SourceLocation getUsingLoc() const { return UsingLocation; }
2789 void setUsingLoc(SourceLocation L) { UsingLocation = L; }
2805 bool isAccessDeclaration() const { return UsingLocation.isInvalid(); }
2897 SourceLocation UsingLocation; member in class:clang::UnresolvedUsingValueDecl
2912 UsingLocation(UsingLoc), QualifierLoc(QualifierLoc),
2918 SourceLocation getUsingLoc() const { return UsingLocation; }
2921 void setUsingLoc(SourceLocation L) { UsingLocation = L; }
2924 bool isAccessDeclaration() const { return UsingLocation
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclCXX.cpp2040 ? getQualifierLoc().getBeginLoc() : UsingLocation;
2065 ? getQualifierLoc().getBeginLoc() : UsingLocation;

Completed in 72 milliseconds