Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclCXX.h3442 void setUsingLoc(SourceLocation L) { UsingLocation = L; } in setUsingLoc() function
3635 void setUsingLoc(SourceLocation L) { UsingLocation = L; } in setUsingLoc() function
3781 void setUsingLoc(SourceLocation L) { UsingLocation = L; } in setUsingLoc() function
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp1750 D->setUsingLoc(readSourceLocation()); in VisitUsingDecl()
1762 D->setUsingLoc(readSourceLocation()); in VisitUsingEnumDecl()
1811 D->setUsingLoc(readSourceLocation()); in VisitUnresolvedUsingValueDecl()