HomeSort by relevance Sort by last modified time
    Searched refs:VisitFunctionType (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Serialization/
ASTWriter.cpp 91 void VisitFunctionType(const FunctionType *T);
184 void ASTTypeWriter::VisitFunctionType(const FunctionType *T) {
196 VisitFunctionType(T);
218 VisitFunctionType(T);
    [all...]
  /external/clang/lib/AST/
Type.cpp 591 AutoType *VisitFunctionType(const FunctionType *T) {
    [all...]

Completed in 69 milliseconds