OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:valueDecl
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
AbstractBasicWriter.h
190
const auto *
valueDecl
= cast<
ValueDecl
>(baseOrMember);
191
asImpl().writeDeclRef(
valueDecl
);
192
elemTy =
valueDecl
->getType();
/src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
ThreadSafetyCommon.h
305
const
ValueDecl
*
valueDecl
() const {
429
using LVarIndexMap = llvm::DenseMap<const
ValueDecl
*, unsigned>;
432
using NameVarPair = std::pair<const
ValueDecl
*, til::SExpr *>;
469
til::SExpr *getCurrentLVarDefinition(const
ValueDecl
*VD);
472
const
ValueDecl
*VD = nullptr);
473
til::SExpr *lookupVarDecl(const
ValueDecl
*VD);
474
til::SExpr *addVarDecl(const
ValueDecl
*VD, til::SExpr *E);
475
til::SExpr *updateVarDecl(const
ValueDecl
*VD, til::SExpr *E);
Completed in 16 milliseconds
Indexes created Mon Sep 14 00:24:24 UTC 2026