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 88 void VisitFunctionType(const FunctionType *T);
170 void ASTTypeWriter::VisitFunctionType(const FunctionType *T) {
182 VisitFunctionType(T);
187 VisitFunctionType(T);
    [all...]
  /external/clang/lib/AST/
Type.cpp 599 AutoType *VisitFunctionType(const FunctionType *T) {
    [all...]

Completed in 52 milliseconds