HomeSort by relevance Sort by last modified time
    Searched defs:LLVM_READONLY (Results 1 - 14 of 14) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
APSIntType.h 48 llvm::APSInt convert(const llvm::APSInt &Value) const LLVM_READONLY {
55 llvm::APSInt getZeroValue() const LLVM_READONLY {
60 llvm::APSInt getMinValue() const LLVM_READONLY {
65 llvm::APSInt getMaxValue() const LLVM_READONLY {
69 llvm::APSInt getValue(uint64_t RawValue) const LLVM_READONLY {
86 RangeTestResultKind testInRange(const llvm::APSInt &Val) const LLVM_READONLY;
  /external/llvm/include/llvm/Support/
Compiler.h 188 #define LLVM_READONLY __attribute__((__pure__))
190 #define LLVM_READONLY
  /external/clang/include/clang/AST/
NestedNameSpecifier.h 251 SourceRange getSourceRange() const LLVM_READONLY;
433 SourceRange getSourceRange() const LLVM_READONLY {
Decl.h 299 SourceRange getSourceRange() const LLVM_READONLY {
419 virtual SourceRange getSourceRange() const LLVM_READONLY {
423 SourceLocation getLocStart() const LLVM_READONLY { return LocStart; }
547 virtual SourceRange getSourceRange() const LLVM_READONLY;
548 SourceLocation getLocStart() const LLVM_READONLY {
764 virtual SourceRange getSourceRange() const LLVM_READONLY;
    [all...]
TemplateBase.h 446 SourceRange getSourceRange() const LLVM_READONLY;
DeclBase.h 347 virtual SourceRange getSourceRange() const LLVM_READONLY {
350 SourceLocation getLocStart() const LLVM_READONLY {
353 SourceLocation getLocEnd() const LLVM_READONLY {
389 ASTContext &getASTContext() const LLVM_READONLY;
    [all...]
DeclTemplate.h 128 SourceRange getSourceRange() const LLVM_READONLY {
262 SourceRange getSourceRange() const LLVM_READONLY {
    [all...]
ExprCXX.h 62 SourceRange getSourceRangeImpl() const LLVM_READONLY;
87 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
88 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); }
208 SourceLocation getLocStart() const LLVM_READONLY { return Loc; }
209 SourceLocation getLocEnd() const LLVM_READONLY { return RParenLoc; }
210 SourceRange getAngleBrackets() const LLVM_READONLY { return AngleBrackets; }
437 SourceLocation getLocStart() const LLVM_READONLY { return Loc; }
438 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; }
463 SourceLocation getLocStart() const LLVM_READONLY { return Loc; }
464 SourceLocation getLocEnd() const LLVM_READONLY { return Loc;
    [all...]
DeclObjC.h 301 SourceLocation getLocStart() const LLVM_READONLY { return getLocation(); }
302 SourceLocation getLocEnd() const LLVM_READONLY;
303 virtual SourceRange getSourceRange() const LLVM_READONLY {
572 virtual SourceRange getSourceRange() const LLVM_READONLY {
713 virtual SourceRange getSourceRange() const LLVM_READONLY {
    [all...]
DeclCXX.h 135 SourceRange getSourceRange() const LLVM_READONLY {
212 SourceRange getSourceRange() const LLVM_READONLY { return Range; }
213 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
214 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); }
    [all...]
Expr.h 227 SourceLocation getExprLoc() const LLVM_READONLY;
651 Expr *IgnoreImpCasts() LLVM_READONLY;
655 Expr *IgnoreImplicit() LLVM_READONLY {
659 const Expr *IgnoreImplicit() const LLVM_READONLY {
667 Expr *IgnoreParens() LLVM_READONLY;
671 Expr *IgnoreParenCasts() LLVM_READONLY;
675 Expr *IgnoreParenImpCasts() LLVM_READONLY;
679 Expr *IgnoreConversionOperator() LLVM_READONLY;
681 const Expr *IgnoreConversionOperator() const LLVM_READONLY {
685 const Expr *IgnoreParenImpCasts() const LLVM_READONLY {
    [all...]
Stmt.h 361 SourceRange getSourceRange() const LLVM_READONLY;
362 SourceLocation getLocStart() const LLVM_READONLY;
363 SourceLocation getLocEnd() const LLVM_READONLY;
478 SourceLocation getLocStart() const LLVM_READONLY { return StartLoc; }
479 SourceLocation getLocEnd() const LLVM_READONLY { return EndLoc; }
533 SourceLocation getLocStart() const LLVM_READONLY { return SemiLoc; }
534 SourceLocation getLocEnd() const LLVM_READONLY { return SemiLoc; }
606 SourceLocation getLocStart() const LLVM_READONLY { return LBracLoc; }
607 SourceLocation getLocEnd() const LLVM_READONLY { return RBracLoc; }
660 SourceLocation getLocStart() const LLVM_READONLY { return KeywordLoc;
    [all...]
  /external/llvm/include/llvm/IR/
Function.h 118 unsigned lookupIntrinsicID() const LLVM_READONLY;
155 unsigned getIntrinsicID() const LLVM_READONLY;
  /external/clang/include/clang/Parse/
Parser.h     [all...]

Completed in 443 milliseconds