Home
last modified time | relevance | path

Searched refs:setContextRange (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp417 Found.setContextRange(SS.getRange()); in isNonTypeNestedNameSpecifier()
526 Found.setContextRange(SS.getRange()); in BuildCXXNestedNameSpecifier()
H A DSemaLookup.cpp2723 R.setContextRange(SS->getRange()); in LookupParsedName()
2731 R.setContextRange(SS->getRange()); in LookupParsedName()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DLookup.h619 void setContextRange(SourceRange SR) { in setContextRange() function