HomeSort by relevance Sort by last modified time
    Searched refs:valueDecl (Results 1 - 6 of 6) sorted by null

  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyCommon.h 289 const ValueDecl* valueDecl() const {
403 typedef llvm::DenseMap<const ValueDecl *, unsigned> LVarIndexMap;
406 typedef std::pair<const ValueDecl *, til::SExpr *> NameVarPair;
460 til::SExpr *getCurrentLVarDefinition(const ValueDecl *VD);
463 const ValueDecl *VD = nullptr);
464 til::SExpr *lookupVarDecl(const ValueDecl *VD);
465 til::SExpr *addVarDecl(const ValueDecl *VD, til::SExpr *E);
466 til::SExpr *updateVarDecl(const ValueDecl *VD, til::SExpr *E);
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 416 REGISTER_MATCHER(valueDecl);
  /external/clang/lib/Analysis/
ThreadSafety.cpp 243 bool containsMutexDecl(FactManager &FM, const ValueDecl* Vd) const {
245 return FM[ID].valueDecl() == Vd;
258 typedef SmallVector<const ValueDecl*, 4> BeforeVect;
268 typedef llvm::DenseMap<const ValueDecl *, std::unique_ptr<BeforeInfo>>
270 typedef llvm::DenseMap<const ValueDecl*, bool> CycleMap;
275 BeforeInfo* insertAttrExprs(const ValueDecl* Vd,
278 BeforeInfo *getBeforeInfoForDecl(const ValueDecl *Vd,
281 void checkBeforeAfter(const ValueDecl* Vd,
592 ValueDecl *VDec = DRE->getDecl();
    [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersNodeTest.cpp 156 TEST(ValueDecl, Matches) {
158 valueDecl(hasType(asString("enum EnumType")))));
160 valueDecl(hasType(asString("void (void)")))));
    [all...]
ASTMatchersNarrowingTest.cpp     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 859 const internal::VariadicDynCastAllOfMatcher<Decl, ValueDecl> valueDecl;
    [all...]

Completed in 88 milliseconds