Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3549 void setUsingLoc(SourceLocation L) { UsingLocation = L; } in setUsingLoc() function
3741 void setUsingLoc(SourceLocation L) { UsingLocation = L; } in setUsingLoc() function
3903 void setUsingLoc(SourceLocation L) { UsingLocation = L; } in setUsingLoc() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1877 D->setUsingLoc(readSourceLocation()); in VisitUsingDecl()
1889 D->setUsingLoc(readSourceLocation()); in VisitUsingEnumDecl()
1938 D->setUsingLoc(readSourceLocation()); in VisitUnresolvedUsingValueDecl()