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 84 void VisitFunctionType(const FunctionType *T);
166 void ASTTypeWriter::VisitFunctionType(const FunctionType *T) {
178 VisitFunctionType(T);
183 VisitFunctionType(T);
    [all...]
  /external/clang/lib/AST/
Type.cpp 564 AutoType *VisitFunctionType(const FunctionType *T) {
    [all...]

Completed in 123 milliseconds