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

  /external/clang/include/clang/Basic/
TokenKinds.h 57 const char *getTokenName(TokenKind Kind) LLVM_READNONE;
66 const char *getPunctuatorSpelling(TokenKind Kind) LLVM_READNONE;
70 const char *getKeywordSpelling(TokenKind Kind) LLVM_READNONE;
CharInfo.h 43 LLVM_READNONE static inline bool isASCII(char c) {
  /external/llvm/include/llvm/Support/
Compiler.h 176 #define LLVM_READNONE __attribute__((__const__))
178 #define LLVM_READNONE

Completed in 60 milliseconds