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

References

tools/clang/lib/AST/ASTImporter.cpp
 5815   ExpectedSLoc ToAttrLocOrErr = import(S->getAttrLoc());
 5818   ArrayRef<const Attr*> FromAttrs(S->getAttrs());
 5822   ExpectedStmt ToSubStmtOrErr = import(S->getSubStmt());