reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/Decl.h
 2060   bool isPure() const { return FunctionDeclBits.IsPure; }
tools/clang/lib/AST/Decl.cpp
 2779   FunctionDeclBits.IsPure = false;
 2866   FunctionDeclBits.IsPure = P;