Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DAPINotesReader.h160 lookupGlobalVariable(llvm::StringRef Name,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp835 Reader->lookupGlobalVariable(VD->getName(), APINotesContext); in ProcessAPINotes()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp2045 auto APINotesReader::lookupGlobalVariable(llvm::StringRef Name, in lookupGlobalVariable() function in clang::api_notes::APINotesReader