Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp363 Found.setContextRange(SS.getRange()); in isNonTypeNestedNameSpecifier()
472 Found.setContextRange(SS.getRange()); in BuildCXXNestedNameSpecifier()
H A DSemaLookup.cpp1828 R.setContextRange(SS->getRange()); in LookupParsedName()
1836 R.setContextRange(SS->getRange()); in LookupParsedName()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DLookup.h535 void setContextRange(SourceRange SR) { in setContextRange() function