Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp403 Found.setContextRange(SS.getRange()); in isNonTypeNestedNameSpecifier()
512 Found.setContextRange(SS.getRange()); in BuildCXXNestedNameSpecifier()
H A DSemaLookup.cpp2467 R.setContextRange(SS->getRange()); in LookupParsedName()
2475 R.setContextRange(SS->getRange()); in LookupParsedName()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DLookup.h593 void setContextRange(SourceRange SR) { in setContextRange() function