Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h111 mutable llvm::FoldingSet<FunctionNoProtoType> FunctionNoProtoTypes; variable
/external/llvm-project/clang/include/clang/AST/
DASTContext.h210 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()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp4105 FunctionNoProtoTypes.FindNodeOrInsertPos(ID, InsertPos)) in getFunctionNoProtoType()
4115 FunctionNoProtoTypes.FindNodeOrInsertPos(ID, InsertPos); in getFunctionNoProtoType()
4122 FunctionNoProtoTypes.InsertNode(New, InsertPos); in getFunctionNoProtoType()