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

References

tools/clang/lib/AST/ASTImporter.cpp
 6364       Importer.getToContext(), E->getValue(), E->isExact(),
tools/clang/lib/AST/StmtProfile.cpp
 1075   ID.AddBoolean(S->isExact());
tools/clang/lib/Sema/SemaChecking.cpp
10028     if (FLL->isExact())
10032       if (FLR->isExact())
tools/clang/lib/Serialization/ASTWriterStmt.cpp
  541   Record.push_back(E->isExact());