Home
last modified time | relevance | path

Searched defs:APINotes (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/tools/apinotes-test/
H A DAPINotesTest.cpp17 static llvm::cl::list<std::string> APINotes(llvm::cl::Positional, variable
/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp226 llvm::SmallVector<FileEntryRef, 2> APINotes; in getCurrentModuleAPINotes() local
308 auto APINotes = getCurrentModuleAPINotes(M, LookInModule, SearchPaths); loadCurrentModuleAPINotes() local
[all...]
/llvm-project/llvm/unittests/IR/
H A DMetadataTest.cpp2819 StringRef APINotes = "/tmp/m.apinotes"; TEST_F() local
[all...]
/llvm-project/clang/include/clang/Sema/
H A DSema.h1005 api_notes::APINotesManager APINotes; global() variable