HomeSort by: relevance | last modified time | path
    Searched refs:valueDecl (Results 1 - 6 of 6) 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);
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
ThreadSafety.cpp 265 bool containsMutexDecl(FactManager &FM, const ValueDecl* Vd) const {
267 return FM[ID].valueDecl() == Vd;
282 using BeforeVect = SmallVector<const ValueDecl *, 4>;
293 llvm::DenseMap<const ValueDecl *, std::unique_ptr<BeforeInfo>>;
294 using CycleMap = llvm::DenseMap<const ValueDecl *, bool>;
299 BeforeInfo* insertAttrExprs(const ValueDecl* Vd,
302 BeforeInfo *getBeforeInfoForDecl(const ValueDecl *Vd,
305 void checkBeforeAfter(const ValueDecl* Vd,
640 const ValueDecl *VDec = DRE->getDecl();
1068 BeforeSet::BeforeInfo* BeforeSet::insertAttrExprs(const ValueDecl* Vd
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 565 REGISTER_MATCHER(valueDecl);
  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp 776 const internal::VariadicDynCastAllOfMatcher<Decl, ValueDecl> valueDecl;
  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchers.h 1239 extern const internal::VariadicDynCastAllOfMatcher<Decl, ValueDecl> valueDecl;
3850 ValueDecl, CXXBaseSpecifier),
3886 /// Usable as: Matcher<Expr>, Matcher<FriendDecl>, Matcher<ValueDecl>,
3890 AST_POLYMORPHIC_SUPPORTED_TYPES(Expr, FriendDecl, ValueDecl,
4770 dyn_cast_or_null<ValueDecl>(Call->getCalleeDecl())) {
6157 internal::Matcher<ValueDecl>, InnerMatcher) {
6969 /// (matcher = valueDecl(hasType(decayedType(hasDecayedType(pointerType())))))
7490 AST_MATCHER_P(BindingDecl, forDecomposition, internal::Matcher<ValueDecl>,
7492 if (const ValueDecl *VD = Node.getDecomposedDecl()
    [all...]

Completed in 23 milliseconds