Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclCXX.h3072 void setUsingLoc(SourceLocation L) { UsingLocation = L; } in setUsingLoc() function
3214 void setUsingLoc(SourceLocation L) { UsingLocation = L; } in setUsingLoc() function
/external/llvm-project/clang/include/clang/AST/
DDeclCXX.h3400 void setUsingLoc(SourceLocation L) { UsingLocation = L; } in setUsingLoc() function
3618 void setUsingLoc(SourceLocation L) { UsingLocation = L; } in setUsingLoc() function
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1404 D->setUsingLoc(ReadSourceLocation(Record, Idx)); in VisitUsingDecl()
1446 D->setUsingLoc(ReadSourceLocation(Record, Idx)); in VisitUnresolvedUsingValueDecl()
/external/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp1644 D->setUsingLoc(readSourceLocation()); in VisitUsingDecl()
1694 D->setUsingLoc(readSourceLocation()); in VisitUnresolvedUsingValueDecl()