/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/ |
H A D | Preprocessor.h | 619 CachedTokensTy CachedTokens; member in class:clang::Preprocessor 624 /// If it points beyond the CachedTokens vector, it means that a normal 1190 if (CachedLexPos + N < CachedTokens.size()) 1191 return CachedTokens[CachedLexPos+N]; 1217 CachedTokens.insert(CachedTokens.begin()+CachedLexPos, Tok); 1238 return CachedTokens[CachedLexPos-1].getLastLoc(); 1242 /// CachedTokens. 1245 /// \brief Replace token in `CachedLexPos - 1` in CachedTokens by the tokens 1248 /// Useful when a token needs to be split in smaller ones and CachedTokens [all...] |
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/ |
H A D | Preprocessor.h | 660 CachedTokensTy CachedTokens; member in class:clang::Preprocessor 665 /// If it points beyond the CachedTokens vector, it means that a normal 1224 if (CachedLexPos + N < CachedTokens.size()) 1225 return CachedTokens[CachedLexPos+N]; 1251 CachedTokens.insert(CachedTokens.begin()+CachedLexPos, Tok); 1272 return CachedTokens[CachedLexPos-1].getLastLoc(); 1276 /// CachedTokens. 1279 /// \brief Replace token in `CachedLexPos - 1` in CachedTokens by the tokens 1282 /// Useful when a token needs to be split in smaller ones and CachedTokens [all...] |
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/ |
H A D | Preprocessor.h | 660 CachedTokensTy CachedTokens; member in class:clang::Preprocessor 665 /// If it points beyond the CachedTokens vector, it means that a normal 1224 if (CachedLexPos + N < CachedTokens.size()) 1225 return CachedTokens[CachedLexPos+N]; 1251 CachedTokens.insert(CachedTokens.begin()+CachedLexPos, Tok); 1272 return CachedTokens[CachedLexPos-1].getLastLoc(); 1276 /// CachedTokens. 1279 /// \brief Replace token in `CachedLexPos - 1` in CachedTokens by the tokens 1282 /// Useful when a token needs to be split in smaller ones and CachedTokens [all...] |
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/ |
H A D | Preprocessor.h | 663 CachedTokensTy CachedTokens; member in class:clang::Preprocessor 668 /// If it points beyond the CachedTokens vector, it means that a normal 1227 if (CachedLexPos + N < CachedTokens.size()) 1228 return CachedTokens[CachedLexPos+N]; 1254 CachedTokens.insert(CachedTokens.begin()+CachedLexPos, Tok); 1275 return CachedTokens[CachedLexPos-1].getLastLoc(); 1279 /// CachedTokens. 1282 /// \brief Replace token in `CachedLexPos - 1` in CachedTokens by the tokens 1285 /// Useful when a token needs to be split in smaller ones and CachedTokens [all...] |
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Lex/ |
H A D | Preprocessor.h | 663 CachedTokensTy CachedTokens; member in class:clang::Preprocessor 668 /// If it points beyond the CachedTokens vector, it means that a normal 1227 if (CachedLexPos + N < CachedTokens.size()) 1228 return CachedTokens[CachedLexPos+N]; 1254 CachedTokens.insert(CachedTokens.begin()+CachedLexPos, Tok); 1275 return CachedTokens[CachedLexPos-1].getLastLoc(); 1279 /// CachedTokens. 1282 /// \brief Replace token in `CachedLexPos - 1` in CachedTokens by the tokens 1285 /// Useful when a token needs to be split in smaller ones and CachedTokens [all...] |
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Lex/ |
H A D | Preprocessor.h | 663 CachedTokensTy CachedTokens; member in class:clang::Preprocessor 668 /// If it points beyond the CachedTokens vector, it means that a normal 1227 if (CachedLexPos + N < CachedTokens.size()) 1228 return CachedTokens[CachedLexPos+N]; 1254 CachedTokens.insert(CachedTokens.begin()+CachedLexPos, Tok); 1275 return CachedTokens[CachedLexPos-1].getLastLoc(); 1279 /// CachedTokens. 1282 /// \brief Replace token in `CachedLexPos - 1` in CachedTokens by the tokens 1285 /// Useful when a token needs to be split in smaller ones and CachedTokens [all...] |
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Lex/ |
H A D | Preprocessor.h | 663 CachedTokensTy CachedTokens; member in class:clang::Preprocessor 668 /// If it points beyond the CachedTokens vector, it means that a normal 1227 if (CachedLexPos + N < CachedTokens.size()) 1228 return CachedTokens[CachedLexPos+N]; 1254 CachedTokens.insert(CachedTokens.begin()+CachedLexPos, Tok); 1275 return CachedTokens[CachedLexPos-1].getLastLoc(); 1279 /// CachedTokens. 1282 /// \brief Replace token in `CachedLexPos - 1` in CachedTokens by the tokens 1285 /// Useful when a token needs to be split in smaller ones and CachedTokens [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/ |
H A D | Preprocessor.h | 619 CachedTokensTy CachedTokens; member in class:clang::Preprocessor 624 /// If it points beyond the CachedTokens vector, it means that a normal 1190 if (CachedLexPos + N < CachedTokens.size()) 1191 return CachedTokens[CachedLexPos+N]; 1217 CachedTokens.insert(CachedTokens.begin()+CachedLexPos, Tok); 1238 return CachedTokens[CachedLexPos-1].getLastLoc(); 1242 /// CachedTokens. 1245 /// \brief Replace token in `CachedLexPos - 1` in CachedTokens by the tokens 1248 /// Useful when a token needs to be split in smaller ones and CachedTokens [all...] |
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Lex/ |
H A D | Preprocessor.h | 660 CachedTokensTy CachedTokens; member in class:clang::Preprocessor 665 /// If it points beyond the CachedTokens vector, it means that a normal 1224 if (CachedLexPos + N < CachedTokens.size()) 1225 return CachedTokens[CachedLexPos+N]; 1251 CachedTokens.insert(CachedTokens.begin()+CachedLexPos, Tok); 1272 return CachedTokens[CachedLexPos-1].getLastLoc(); 1276 /// CachedTokens. 1279 /// \brief Replace token in `CachedLexPos - 1` in CachedTokens by the tokens 1282 /// Useful when a token needs to be split in smaller ones and CachedTokens [all...] |
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Lex/ |
H A D | Preprocessor.h | 660 CachedTokensTy CachedTokens; member in class:clang::Preprocessor 665 /// If it points beyond the CachedTokens vector, it means that a normal 1224 if (CachedLexPos + N < CachedTokens.size()) 1225 return CachedTokens[CachedLexPos+N]; 1251 CachedTokens.insert(CachedTokens.begin()+CachedLexPos, Tok); 1272 return CachedTokens[CachedLexPos-1].getLastLoc(); 1276 /// CachedTokens. 1279 /// \brief Replace token in `CachedLexPos - 1` in CachedTokens by the tokens 1282 /// Useful when a token needs to be split in smaller ones and CachedTokens [all...] |
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Lex/ |
H A D | Preprocessor.h | 663 CachedTokensTy CachedTokens; member in class:clang::Preprocessor 668 /// If it points beyond the CachedTokens vector, it means that a normal 1227 if (CachedLexPos + N < CachedTokens.size()) 1228 return CachedTokens[CachedLexPos+N]; 1254 CachedTokens.insert(CachedTokens.begin()+CachedLexPos, Tok); 1275 return CachedTokens[CachedLexPos-1].getLastLoc(); 1279 /// CachedTokens. 1282 /// \brief Replace token in `CachedLexPos - 1` in CachedTokens by the tokens 1285 /// Useful when a token needs to be split in smaller ones and CachedTokens [all...] |
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Lex/ |
H A D | Preprocessor.h | 663 CachedTokensTy CachedTokens; member in class:clang::Preprocessor 668 /// If it points beyond the CachedTokens vector, it means that a normal 1227 if (CachedLexPos + N < CachedTokens.size()) 1228 return CachedTokens[CachedLexPos+N]; 1254 CachedTokens.insert(CachedTokens.begin()+CachedLexPos, Tok); 1275 return CachedTokens[CachedLexPos-1].getLastLoc(); 1279 /// CachedTokens. 1282 /// \brief Replace token in `CachedLexPos - 1` in CachedTokens by the tokens 1285 /// Useful when a token needs to be split in smaller ones and CachedTokens [all...] |
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Lex/ |
H A D | Preprocessor.h | 663 CachedTokensTy CachedTokens; member in class:clang::Preprocessor 668 /// If it points beyond the CachedTokens vector, it means that a normal 1227 if (CachedLexPos + N < CachedTokens.size()) 1228 return CachedTokens[CachedLexPos+N]; 1254 CachedTokens.insert(CachedTokens.begin()+CachedLexPos, Tok); 1275 return CachedTokens[CachedLexPos-1].getLastLoc(); 1279 /// CachedTokens. 1282 /// \brief Replace token in `CachedLexPos - 1` in CachedTokens by the tokens 1285 /// Useful when a token needs to be split in smaller ones and CachedTokens [all...] |
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Lex/ |
H A D | Preprocessor.h | 663 CachedTokensTy CachedTokens; member in class:clang::Preprocessor 668 /// If it points beyond the CachedTokens vector, it means that a normal 1227 if (CachedLexPos + N < CachedTokens.size()) 1228 return CachedTokens[CachedLexPos+N]; 1254 CachedTokens.insert(CachedTokens.begin()+CachedLexPos, Tok); 1275 return CachedTokens[CachedLexPos-1].getLastLoc(); 1279 /// CachedTokens. 1282 /// \brief Replace token in `CachedLexPos - 1` in CachedTokens by the tokens 1285 /// Useful when a token needs to be split in smaller ones and CachedTokens [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 1127 typedef SmallVector<Token, 4> CachedTokens; typedef in namespace:clang 1221 std::unique_ptr<CachedTokens> DefaultArgTokens; 1226 std::unique_ptr<CachedTokens> DefArgTokens = nullptr) 1333 CachedTokens *ExceptionSpecTokens; 1601 CachedTokens *ExceptionSpecTokens,
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/ |
H A D | DeclSpec.h | 1127 typedef SmallVector<Token, 4> CachedTokens; typedef in namespace:clang 1221 std::unique_ptr<CachedTokens> DefaultArgTokens; 1226 std::unique_ptr<CachedTokens> DefArgTokens = nullptr) 1333 CachedTokens *ExceptionSpecTokens; 1601 CachedTokens *ExceptionSpecTokens,
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/ |
H A D | DeclSpec.h | 1127 typedef SmallVector<Token, 4> CachedTokens; typedef in namespace:clang 1221 std::unique_ptr<CachedTokens> DefaultArgTokens; 1226 std::unique_ptr<CachedTokens> DefArgTokens = nullptr) 1333 CachedTokens *ExceptionSpecTokens; 1601 CachedTokens *ExceptionSpecTokens,
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/ |
H A D | DeclSpec.h | 1128 typedef SmallVector<Token, 4> CachedTokens; typedef in namespace:clang 1222 std::unique_ptr<CachedTokens> DefaultArgTokens; 1227 std::unique_ptr<CachedTokens> DefArgTokens = nullptr) 1334 CachedTokens *ExceptionSpecTokens; 1602 CachedTokens *ExceptionSpecTokens,
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/ |
H A D | DeclSpec.h | 1128 typedef SmallVector<Token, 4> CachedTokens; typedef in namespace:clang 1222 std::unique_ptr<CachedTokens> DefaultArgTokens; 1227 std::unique_ptr<CachedTokens> DefArgTokens = nullptr) 1334 CachedTokens *ExceptionSpecTokens; 1602 CachedTokens *ExceptionSpecTokens,
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Sema/ |
H A D | DeclSpec.h | 1128 typedef SmallVector<Token, 4> CachedTokens; typedef in namespace:clang 1222 std::unique_ptr<CachedTokens> DefaultArgTokens; 1227 std::unique_ptr<CachedTokens> DefArgTokens = nullptr) 1334 CachedTokens *ExceptionSpecTokens; 1602 CachedTokens *ExceptionSpecTokens,
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Sema/ |
H A D | DeclSpec.h | 1128 typedef SmallVector<Token, 4> CachedTokens; typedef in namespace:clang 1222 std::unique_ptr<CachedTokens> DefaultArgTokens; 1227 std::unique_ptr<CachedTokens> DefArgTokens = nullptr) 1334 CachedTokens *ExceptionSpecTokens; 1602 CachedTokens *ExceptionSpecTokens,
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 1127 typedef SmallVector<Token, 4> CachedTokens; typedef in namespace:clang 1221 std::unique_ptr<CachedTokens> DefaultArgTokens; 1226 std::unique_ptr<CachedTokens> DefArgTokens = nullptr) 1333 CachedTokens *ExceptionSpecTokens; 1601 CachedTokens *ExceptionSpecTokens,
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Sema/ |
H A D | DeclSpec.h | 1127 typedef SmallVector<Token, 4> CachedTokens; typedef in namespace:clang 1221 std::unique_ptr<CachedTokens> DefaultArgTokens; 1226 std::unique_ptr<CachedTokens> DefArgTokens = nullptr) 1333 CachedTokens *ExceptionSpecTokens; 1601 CachedTokens *ExceptionSpecTokens,
|
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Sema/ |
H A D | DeclSpec.h | 1127 typedef SmallVector<Token, 4> CachedTokens; typedef in namespace:clang 1221 std::unique_ptr<CachedTokens> DefaultArgTokens; 1226 std::unique_ptr<CachedTokens> DefArgTokens = nullptr) 1333 CachedTokens *ExceptionSpecTokens; 1601 CachedTokens *ExceptionSpecTokens,
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Sema/ |
H A D | DeclSpec.h | 1128 typedef SmallVector<Token, 4> CachedTokens; typedef in namespace:clang 1222 std::unique_ptr<CachedTokens> DefaultArgTokens; 1227 std::unique_ptr<CachedTokens> DefArgTokens = nullptr) 1334 CachedTokens *ExceptionSpecTokens; 1602 CachedTokens *ExceptionSpecTokens,
|