/external/clang/include/clang/AST/ |
Expr.h | 108 bool TD, bool VD, bool ID, bool ContainsUnexpandedParameterPack) 112 ExprBits.ValueDependent = VD; 149 void setValueDependent(bool VD) { 150 ExprBits.ValueDependent = VD; 151 if (VD) 613 const VarDecl *VD, [all...] |
TypeLoc.h | [all...] |
Decl.h | [all...] |
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
ProgramState.h | 658 inline Loc ProgramState::getLValue(const VarDecl *VD, 660 return getStateManager().StoreMgr->getLValueVar(VD, LC);
|
/external/clang/lib/AST/ |
ASTDumper.cpp | 525 if (const ValueDecl *VD = dyn_cast<ValueDecl>(D)) 526 dumpType(VD->getType()); [all...] |
CommentSema.cpp | 841 if (const VarDecl *VD = dyn_cast_or_null<VarDecl>(ThisDeclInfo->CurrentDecl)) { 842 QualType QT = VD->getType(); [all...] |
ItaniumMangle.cpp | 419 const VarDecl *VD = dyn_cast<VarDecl>(D); 420 if (VD) { 422 if (VD->isExternC()) 446 else if (const VarDecl *VD = dyn_cast<VarDecl>(D)) 447 mangleName(VD); [all...] |
DeclPrinter.cpp | 131 if (ValueDecl* VD = dyn_cast<ValueDecl>(D)) 132 return VD->getType(); [all...] |
RecordLayoutBuilder.cpp | [all...] |
Expr.cpp | 226 // (VD) C++ [temp.dep.constexpr]p2: 230 // (VD) - a name declared with a dependent type, 255 // (VD) - the name of a non-type template parameter, 262 // (VD) - a constant with integral or enumeration type and is 264 // (VD) - a constant with literal type and is initialized with an 266 // (VD) - FIXME: Missing from the standard: 282 // (VD) - FIXME: Missing from the standard: 297 // (VD) - FIXME: Missing from the standard: 318 // (VD) C++ [temp.dep.constexpr]p2: [all...] |
/external/clang/lib/Sema/ |
SemaDeclCXX.cpp | [all...] |
SemaLookup.cpp | [all...] |
SemaChecking.cpp | [all...] |
SemaAccess.cpp | [all...] |
SemaCodeComplete.cpp | [all...] |
SemaType.cpp | [all...] |
/external/clang/lib/CodeGen/ |
CodeGenFunction.cpp | 677 const VarDecl *VD = *i; 683 if (const ParmVarDecl *PVD = dyn_cast<ParmVarDecl>(VD)) 686 Ty = VD->getType(); [all...] |
CGClass.cpp | [all...] |
CGBlocks.cpp | [all...] |
CGStmt.cpp | [all...] |
TargetInfo.cpp | [all...] |
/external/clang/lib/Edit/ |
RewriteObjCFoundationAPI.cpp | [all...] |
/external/clang/tools/libclang/ |
CIndex.cpp | [all...] |
/external/clang/include/clang/Analysis/Analyses/ |
ThreadSafetyTIL.h | 376 inline Variable(const Variable &Vd, SExpr *D); 398 void setClangDecl(const clang::ValueDecl *VD) { Cvdecl = VD; } 542 inline Variable::Variable(const Variable &Vd, SExpr *D) // rewrite constructor 543 : SExpr(Vd), Name(Vd.Name), Definition(D), Cvdecl(Vd.Cvdecl), 545 Flags = Vd.kind(); 746 Function(Variable *Vd, SExpr *Bd) 747 : SExpr(COP_Function), VarDecl(Vd), Body(Bd) [all...] |
/external/clang/lib/Serialization/ |
ASTReaderStmt.cpp | [all...] |