Home
last modified time | relevance | path

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

/llvm-project/clang/unittests/Tooling/
H A DCompilationDatabaseTest.cpp287 TEST_F(FileMatchTrieTest, NoResult) { in TEST_F() argument
/llvm-project/clang/include/clang/AST/
H A DExpr.h6498 enum : unsigned { NoResult = ~0U }; global() enumerator