Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-include-fixer/
DSymbolIndexManager.cpp80 bool IsFullyQualified = false; in search() local
83 IsFullyQualified = true; in search()
126 if (IsFullyQualified) in search()
/external/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp389 if (P.P.empty() && (AllowFullyQualified || !P.IsFullyQualified)) in foundMatch()
397 bool IsFullyQualified; member
/external/llvm-project/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp550 (AllowFullyQualified || !Pattern.IsFullyQualified); in foundMatch()
557 bool IsFullyQualified; member