Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp404 Found.setContextRange(SS.getRange()); in isNonTypeNestedNameSpecifier()
508 Found.setContextRange(SS.getRange()); in BuildCXXNestedNameSpecifier()
H A DSemaLookup.cpp2278 R.setContextRange(SS->getRange()); in LookupParsedName()
2286 R.setContextRange(SS->getRange()); in LookupParsedName()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DLookup.h582 void setContextRange(SourceRange SR) { in setContextRange() function