Home
last modified time | relevance | path

Searched defs:NotFound (Results 1 – 5 of 5) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DLookup.h34 NotFound = 0, enumerator
132 : ResultKind(NotFound), in ResultKind() argument
154 : ResultKind(NotFound), in ResultKind() argument
/minix3/external/bsd/llvm/dist/clang/unittests/Tooling/
H A DCompilationDatabaseTest.cpp207 CompileCommand NotFound = findCompileArgsInJsonDatabase( in TEST() local
232 CompileCommand NotFound = findCompileArgsInJsonDatabase( in TEST() local
/minix3/external/bsd/llvm/dist/clang/include/clang/Serialization/
H A DModule.h70 NotFound = 3 enumerator
/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DDiagnosticIDs.cpp533 bool NotFound = true; in getDiagnosticsInGroup() local
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DIntervalMap.h604 ValT safeLookup(KeyT x, ValT NotFound) const { in safeLookup()
1153 treeSafeLookup(KeyT x, ValT NotFound) const { in treeSafeLookup()