Searched refs:location_data (Results 1 – 12 of 12) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaCXXScopeSpec.cpp | 996 memcpy(Annotation + 1, SS.location_data(), SS.location_size()); in SaveNestedNameSpecifierAnnotation()
|
D | SemaTemplateVariadic.cpp | 401 NestedNameSpecifierLoc QualifierLoc(Qualifier, SS.location_data()); in collectUnexpandedParameterPacks()
|
D | SemaExprCXX.cpp | 156 PrefixSS.Adopt(NestedNameSpecifierLoc(Prefix, SS.location_data())); in getDestructorName()
|
D | SemaTemplate.cpp | 1612 NestedNameSpecifierLoc NNSLoc(SS.getScopeRep(), SS.location_data()); in getRangeOfTypeInNestedNameSpecifier()
|
D | TreeTransform.h | 3530 memcmp(SS.location_data(), NNS.getOpaqueData(), SS.location_size()) == 0) in TransformNestedNameSpecifierLoc()
|
D | SemaDecl.cpp | 4905 NestedNameSpecifierLoc SpecLoc(SS.getScopeRep(), SS.location_data()); in diagnoseQualifiedDeclaration()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaCXXScopeSpec.cpp | 1003 memcpy(Annotation + 1, SS.location_data(), SS.location_size()); in SaveNestedNameSpecifierAnnotation()
|
D | SemaExprCXX.cpp | 335 PrefixSS.Adopt(NestedNameSpecifierLoc(Prefix, SS.location_data())); in getDestructorName()
|
D | SemaTemplate.cpp | 2981 NestedNameSpecifierLoc NNSLoc(SS.getScopeRep(), SS.location_data()); in getRangeOfTypeInNestedNameSpecifier()
|
D | TreeTransform.h | 4048 memcmp(SS.location_data(), NNS.getOpaqueData(), SS.location_size()) == 0) in TransformNestedNameSpecifierLoc()
|
D | SemaDecl.cpp | 5669 NestedNameSpecifierLoc SpecLoc(SS.getScopeRep(), SS.location_data()); in diagnoseQualifiedDeclaration()
|
/external/llvm-project/clang/include/clang/Sema/ |
D | DeclSpec.h | 218 char *location_data() const { return Builder.getBuffer().first; } in location_data() function
|