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

/external/clang/include/clang/AST/
H A DDeclCXX.h2860 void setUsingLoc(SourceLocation L) { UsingLocation = L; } function in class:clang::UsingDecl
2997 void setUsingLoc(SourceLocation L) { UsingLocation = L; } function in class:clang::UnresolvedUsingValueDecl
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp1163 D->setUsingLoc(ReadSourceLocation(Record, Idx));
1194 D->setUsingLoc(ReadSourceLocation(Record, Idx));

Completed in 58 milliseconds