Home
last modified time | relevance | path

Searched defs:containsErrors (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DImplicitWideningOfMultiplicationResultCheck.cpp24 AST_MATCHER(Expr, containsErrors) { return Node.containsErrors(); } in AST_MATCHER() argument
/llvm-project/clang/lib/AST/
H A DNestedNameSpecifier.cpp246 bool NestedNameSpecifier::containsErrors() const { containsErrors() function in NestedNameSpecifier
/llvm-project/clang/include/clang/AST/
H A DExpr.h245 bool containsErrors() const { in containsErrors() function