Home
last modified time | relevance | path

Searched defs:HasFoundDecl (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp882 bool HasFoundDecl = in VisitMemberExpr() local
H A DASTReaderStmt.cpp1021 bool HasFoundDecl = Record.readInt(); in VisitMemberExpr() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp478 bool HasFoundDecl, in CreateEmpty()
1646 bool HasQualifier, bool HasFoundDecl, in CreateEmpty()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h374 unsigned HasFoundDecl : 1; variable