Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp417 Found.setContextRange(SS.getRange()); in isNonTypeNestedNameSpecifier()
526 Found.setContextRange(SS.getRange()); in BuildCXXNestedNameSpecifier()
H A DSemaLookup.cpp2734 R.setContextRange(SS->getRange()); in LookupParsedName()
2742 R.setContextRange(SS->getRange()); in LookupParsedName()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DLookup.h619 void setContextRange(SourceRange SR) { in setContextRange() function