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

References

tools/clang/lib/AST/ASTImporter.cpp
 7147       E->getCallee(), E->getType(), E->getRParenLoc());
 7147       E->getCallee(), E->getType(), E->getRParenLoc());
 7147       E->getCallee(), E->getType(), E->getRParenLoc());
 7156   SmallVector<Expr *, 4> ToArgs(E->getNumArgs());
 7157   if (Error Err = ImportContainerChecked(E->arguments(), ToArgs))
 7161                                    ToType, E->getValueKind(), ToRParenLoc);