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

  /external/clang/include/clang/Lex/
Preprocessor.h 64 class TokenValue {
69 TokenValue(tok::TokenKind Kind) : Kind(Kind), II(nullptr) {
72 "Identifiers should be created by TokenValue(IdentifierInfo *)");
76 TokenValue(IdentifierInfo *II) : Kind(tok::identifier), II(II) {}
    [all...]
  /external/clang/lib/Lex/
Preprocessor.cpp 326 ArrayRef<TokenValue> Tokens) {
333 ArrayRef<TokenValue> Tokens) const {
    [all...]
  /external/clang/lib/AST/
CommentSema.cpp 693 TokenValue Tokens[] = {
    [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp     [all...]
SemaObjCProperty.cpp     [all...]

Completed in 323 milliseconds