Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclContextInternals.h127 return getAsList()->D->getASTContext(); in getASTContext()
136 DeclListNode *getAsList() const { in getAsList() function
242 for (DeclListNode *N = getAsList(); /*return in loop*/; in addOrReplaceDecl()
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterTest.cpp4314 ASSERT_FALSE(L.getAsList()); in TEST_P()