| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/ |
| H A D | UseEqualsDeleteCheck.cpp | 44 anyOf(PrivateSpecialFn, hasAnyBody(stmt()), isPure(), in registerMatchers()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/fuchsia/ |
| H A D | MultipleInheritanceCheck.cpp | 58 return M->isUserProvided() && !M->isPure() && !M->isStatic(); in isCurrentClassInterface()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/ |
| H A D | ConstReturnTypeCheck.cpp | 117 anyOf(isDefinition(), cxxMethodDecl(isPure()))) in registerMatchers()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | Builtins.h | 104 bool isPure(unsigned ID) const { in isPure() function
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | VTableBuilder.cpp | 425 if (!Overrider.Method->isPure()) in dump() 1259 if (Overrider.Method->isPure()) in ComputeThisAdjustment() 1603 if (!OverriderMD->isPure()) { in AddMethods() 1955 if (MD->isPure()) in dumpLayout() 2006 if (DD->isPure()) in dumpLayout() 2035 if (MD->isPure()) in dumpLayout() 3075 if (!FinalOverriderMD->isPure()) { in AddMethods() 3174 if (MD->isPure()) in dumpLayout() 3193 if (DD->isPure()) in dumpLayout()
|
| H A D | DeclCXX.cpp | 2012 if (SO->second.front().Method->isPure()) { in completeDefinition() 2231 return isPure() ? nullptr : this; in getDevirtualizedMethod() 2260 if (DevirtualizedMethod->isPure()) in getDevirtualizedMethod()
|
| H A D | ASTStructuralEquivalence.cpp | 1321 Method1->isPure() == Method2->isPure() && in IsStructurallyEquivalent()
|
| H A D | ODRHash.cpp | 558 AddBoolean(Function->isPure()); in AddFunctionDecl()
|
| H A D | RecordLayoutBuilder.cpp | 2328 if (MD->isPure()) in computeKeyFunction() 3238 !isa<CXXDestructorDecl>(MD) && !MD->isPure()) in computeVtorDispSet()
|
| H A D | DeclPrinter.cpp | 768 if (D->isPure()) in VisitFunctionDecl()
|
| H A D | JSONNodeDumper.cpp | 852 attributeOnlyIfTrue("pure", FD->isPure()); in VisitFunctionDecl()
|
| H A D | TextNodeDumper.cpp | 1672 if (D->isPure()) in VisitFunctionDecl()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | VirtualCallChecker.cpp | 119 bool IsPure = MD->isPure(); in checkPreCall()
|
| /llvm-project-15.0.7/clang/lib/AST/Interp/ |
| H A D | Interp.cpp | 394 if (!MD->isPure()) in CheckPure()
|
| /llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 454 REGISTER_MATCHER(isPure); in RegistryMaps()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | SemanticHighlighting.cpp | 238 return CMD->isPure(); in isAbstract()
|
| H A D | XRefs.cpp | 386 if (CMD->isPure()) { in locateASTReferent()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGVTables.cpp | 779 if (cast<CXXMethodDecl>(GD.getDecl())->isPure()) { in addVTableComponent()
|
| /llvm-project-15.0.7/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 6106 AST_MATCHER(CXXMethodDecl, isPure) { in AST_MATCHER() argument 6107 return Node.isPure(); in AST_MATCHER()
|
| /llvm-project-15.0.7/clang/unittests/ASTMatchers/ |
| H A D | ASTMatchersNarrowingTest.cpp | 2018 cxxMethodDecl(isPure(), hasName("::X::f")))); in TEST_P() 2019 EXPECT_TRUE(notMatches("class X { int f(); };", cxxMethodDecl(isPure()))); in TEST_P()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | Sema.cpp | 945 (M->isPure() && !isa<CXXDestructorDecl>(M)); in MethodsAndNestedClassesComplete()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.cpp | 1340 if (SP->isPure()) in applySubprogramAttributes()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 2030 if (CD->isVirtualAsWritten() || CD->isPure()) in isVirtual()
|
| H A D | Decl.h | 2210 bool isPure() const { return FunctionDeclBits.IsPure; } in isPure() function
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 553 Record.push_back(D->isPure()); in VisitFunctionDecl()
|