Home
last modified time | relevance | path

Searched defs:FirstDecl (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DODRDiagsEmitter.h122 const Decl *FirstDecl = nullptr, *SecondDecl = nullptr; member
/openbsd/gnu/llvm/clang/lib/AST/
H A DODRDiagsEmitter.cpp832 const NamedDecl *FirstDecl = std::get<0>(Pair); in diagnoseMismatch() local
909 const Decl *FirstDecl = DR.FirstDecl; in diagnoseMismatch() local
1581 const Decl *FirstDecl = DR.FirstDecl; in diagnoseMismatch() local
2018 const Decl *FirstDecl = DR.FirstDecl; in diagnoseMismatch() local
2145 const Decl *FirstDecl = DR.FirstDecl; in diagnoseMismatch() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp531 auto *FirstDecl = in rotateLoop() local
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseDecl.cpp2196 Decl *FirstDecl = ParseDeclarationAfterDeclaratorAndAttributes( in ParseDeclGroup() local
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp2699 auto *FirstDecl = cast_or_null<T>(Reader.GetDecl(FirstDeclID)); in VisitRedeclarable() local
H A DASTReader.cpp1549 const DeclID *FirstDecl = F->FileSortedDecls + Record[6]; in ReadSLocEntry() local
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp1010 NamedDecl *FirstDecl = Corrected.getFoundDecl(); in ClassifyName() local
1190 NamedDecl *FirstDecl = (*Result.begin())->getUnderlyingDecl(); in ClassifyName() local
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h3150 FirstDecl, ///< Parsing the first decl in a TU. enumerator