Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DDeclCXX.h3542 void setUsingLoc(SourceLocation L) { UsingLocation = L; } in setUsingLoc() function
3734 void setUsingLoc(SourceLocation L) { UsingLocation = L; } in setUsingLoc() function
3896 void setUsingLoc(SourceLocation L) { UsingLocation = L; } in setUsingLoc() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DDeclCXX.h3535 void setUsingLoc(SourceLocation L) { UsingLocation = L; } in setUsingLoc() function
3727 void setUsingLoc(SourceLocation L) { UsingLocation = L; } in setUsingLoc() function
3889 void setUsingLoc(SourceLocation L) { UsingLocation = L; } in setUsingLoc() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DDeclCXX.h3535 void setUsingLoc(SourceLocation L) { UsingLocation = L; } in setUsingLoc() function
3727 void setUsingLoc(SourceLocation L) { UsingLocation = L; } in setUsingLoc() function
3889 void setUsingLoc(SourceLocation L) { UsingLocation = L; } in setUsingLoc() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DDeclCXX.h3535 void setUsingLoc(SourceLocation L) { UsingLocation = L; } in setUsingLoc() function
3727 void setUsingLoc(SourceLocation L) { UsingLocation = L; } in setUsingLoc() function
3889 void setUsingLoc(SourceLocation L) { UsingLocation = L; } in setUsingLoc() function
/aosp_15_r20/external/clang/include/clang/AST/
H A DDeclCXX.h3072 void setUsingLoc(SourceLocation L) { UsingLocation = L; } in setUsingLoc() function
3214 void setUsingLoc(SourceLocation L) { UsingLocation = L; } in setUsingLoc() function
/aosp_15_r20/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp1404 D->setUsingLoc(ReadSourceLocation(Record, Idx)); in VisitUsingDecl()
1446 D->setUsingLoc(ReadSourceLocation(Record, Idx)); in VisitUnresolvedUsingValueDecl()