Home
last modified time | relevance | path

Searched refs:FunctionNoProtoTypes (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DASTContext.h111 mutable llvm::FoldingSet<FunctionNoProtoType> FunctionNoProtoTypes; variable
/external/clang/lib/AST/
DASTContext.cpp3006 FunctionNoProtoTypes.FindNodeOrInsertPos(ID, InsertPos)) in getFunctionNoProtoType()
3016 FunctionNoProtoTypes.FindNodeOrInsertPos(ID, InsertPos); in getFunctionNoProtoType()
3023 FunctionNoProtoTypes.InsertNode(New, InsertPos); in getFunctionNoProtoType()