Home
last modified time | relevance | path

Searched defs:LookupSingleName (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/unittests/Interpreter/
H A DInterpreterTest.cpp236 static NamedDecl *LookupSingleName(Interpreter &Interp, const char *Name) { in LookupSingleName() function
/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp3266 NamedDecl *Sema::LookupSingleName(Scope *S, DeclarationName Name, LookupSingleName() function in Sema